@charset "utf-8";
/* CSS Document */
* {margin: 0px auto; padding:0px; }
ul, li{list-style:none; border:none;}
img {border: none;}
#head-line {margin-top: 0px; width:100%; height:58px; background:url(bg3-1.png) no-repeat; border:none;}
ul.menu {margin: auto; width:840px; height:58px; display:block; border:none;}
ul.menu li {
	text-align:center;
	line-height:40pt;
	font-family:"Times New Roman", Times, serif;
	font-size:14pt;
	width:140px;
	height:58px;
	float:left;
	color: #FFF;
	border:none;
}
ul.menu li a{
	display:block;
	width:140px;
	height:58px;
	color: #fff;
	text-decoration:none;
	border:none;
}
ul.menu li a:hover{
	display:block;
	width:140px;
	height:58px;
	color: #000;
	background:url(hover1.png) 0 3px no-repeat;
	border:none;
}
ul.menu li {
	background:url(clear.png) left no-repeat;
	border:none;
}
ul.menu li:first-child{background:none;
border:none;}

ul.menu li.current {
	display:block;
	width:140px;
	height:58px;
	color: #000;
	background:url(hover1.png) 0 3px no-repeat;
	border:none;
}
ul.menu li.current a{
color: #000;
}
